NavigationFinished

public interface NavigationFinished implements NavigationEvent

An event indicating that the navigation has been finished. This happens when a navigation is committed, aborted, or replaced by a new one.

Functions

Link copied to clipboard
public NetError error()
Returns the navigation error in case the navigation has failed.
Link copied to clipboard
public Frame frame()
Returns the Frame instance initiated this navigation.
Link copied to clipboard
public boolean hasCommitted()
Returns true if the navigation has committed.
Link copied to clipboard
public boolean isErrorPage()
Returns true if the navigation resulted in an error page.
Link copied to clipboard
public boolean isFragmentNavigation()
Returns true if the navigation has been performed to a fragment within the same document.
Link copied to clipboard
public boolean isInMainFrame()
Returns true if the navigation is taking place in the main frame.
Link copied to clipboard
public boolean isSameDocument()
Returns true if the navigation has been performed in the scope of the same document.
Link copied to clipboard
public boolean isServerRedirect()
Returns true if the navigation has encountered a server redirect.
Link copied to clipboard
Returns the Navigation instance initiated this event.
Link copied to clipboard
public String url()
Returns a string that represents the URL of this navigation.